home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / Harvest C / Application / Examples / Harvest MiniEdit / mini.windows.h < prev    next >
Encoding:
Text File  |  1991-04-25  |  290 b   |  14 lines  |  [TEXT/KAHL]

  1. /*****
  2.  * mini.windows.h
  3.  *
  4.  *    Public interfaces for mini.windows.c
  5.  *
  6.  *****/
  7.  
  8. int SetUpWindows(void);
  9. int MyGrowWindow(WindowPtr w, Point p);
  10. int DoContent(WindowPtr theWindow, EventRecord *theEvent);
  11. int ShowSelect(void);
  12. int UpdateWindow (WindowPtr theWindow);
  13. int CloseMyWindow(void);
  14.